class Google::Apis::FileV1::ListLocationsResponse
The response message for Locations.ListLocations.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @locations = args[:locations] if args.key?(:locations) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end