class Google::Apis::CloudbuildV1::ListGithubEnterpriseConfigsResponse
RPC response object returned by ListGithubEnterpriseConfigs RPC method.
Attributes
configs[RW]
A list of GitHubEnterpriseConfigs Corresponds to the JSON property `configs` @return [Array<Google::Apis::CloudbuildV1::GitHubEnterpriseConfig>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudbuild_v1/classes.rb, line 1706 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudbuild_v1/classes.rb, line 1711 def update!(**args) @configs = args[:configs] if args.key?(:configs) end