Class: Google::Apis::DataformV1beta1::FetchRemoteBranchesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataformV1beta1::FetchRemoteBranchesResponse
- 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
-
#branches ⇒ Array<String>
The remote repository's branch names.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FetchRemoteBranchesResponse
constructor
A new instance of FetchRemoteBranchesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FetchRemoteBranchesResponse
Returns a new instance of FetchRemoteBranchesResponse.
1004 1005 1006 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 1004 def initialize(**args) update!(**args) end |
Instance Attribute Details
#branches ⇒ Array<String>
The remote repository's branch names.
Corresponds to the JSON property branches
1002 1003 1004 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 1002 def branches @branches end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1009 1010 1011 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 1009 def update!(**args) @branches = args[:branches] if args.key?(:branches) end |