Class: Google::Cloud::DeveloperConnect::V1::FetchGitHubInstallationsResponse::Installation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/developerconnect/v1/developer_connect.rb

Overview

Represents an installation of the GitHub App.

Instance Attribute Summary collapse

Instance Attribute Details

#id::Integer

Returns ID of the installation in GitHub.

Returns:

  • (::Integer)

    ID of the installation in GitHub.



657
658
659
660
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 657

class Installation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Name of the GitHub user or organization that owns this installation.

Returns:

  • (::String)

    Name of the GitHub user or organization that owns this installation.



657
658
659
660
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 657

class Installation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::String

Returns Either "user" or "organization".

Returns:

  • (::String)

    Either "user" or "organization".



657
658
659
660
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 657

class Installation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end