Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::DeveloperConnect::V1::FetchGitHubInstallationsResponse::Installation.
Represents an installation of the GitHub App.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#id
def id() -> ::Integer
Returns
- (::Integer) — ID of the installation in GitHub.
#id=
def id=(value) -> ::Integer
Parameter
- value (::Integer) — ID of the installation in GitHub.
Returns
- (::Integer) — ID of the installation in GitHub.
#name
def name() -> ::String
Returns
- (::String) — Name of the GitHub user or organization that owns this installation.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the GitHub user or organization that owns this installation.
Returns
- (::String) — Name of the GitHub user or organization that owns this installation.
#type
def type() -> ::String
Returns
- (::String) — Either "user" or "organization".
#type=
def type=(value) -> ::String
Parameter
- value (::String) — Either "user" or "organization".
Returns
- (::String) — Either "user" or "organization".