Class: Google::Apis::DataformV1beta1::FetchRemoteBranchesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataform_v1beta1/classes.rb,
lib/google/apis/dataform_v1beta1/representations.rb,
lib/google/apis/dataform_v1beta1/representations.rb

Overview

FetchRemoteBranches response message.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FetchRemoteBranchesResponse

Returns a new instance of FetchRemoteBranchesResponse.



821
822
823
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 821

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#branchesArray<String>

The remote repository's branch names. Corresponds to the JSON property branches

Returns:

  • (Array<String>)


819
820
821
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 819

def branches
  @branches
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



826
827
828
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 826

def update!(**args)
  @branches = args[:branches] if args.key?(:branches)
end