class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSetDefaultBranchRequest

Request message to set a specified branch as new default_branch.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @branch_id = args[:branch_id] if args.key?(:branch_id)
  @force = args[:force] if args.key?(:force)
  @note = args[:note] if args.key?(:note)
end