class Google::Apis::BigtableadminV1::Frame

Attributes

target_name[RW]

Corresponds to the JSON property `targetName` @return [String]

workflow_guid[RW]

Corresponds to the JSON property `workflowGuid` @return [String]

zone_id[RW]

Corresponds to the JSON property `zoneId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigtableadmin_v1/classes.rb, line 487
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigtableadmin_v1/classes.rb, line 492
def update!(**args)
  @target_name = args[:target_name] if args.key?(:target_name)
  @workflow_guid = args[:workflow_guid] if args.key?(:workflow_guid)
  @zone_id = args[:zone_id] if args.key?(:zone_id)
end