Class: Google::Apis::MarketingplatformadminV1alpha::FindSalesPartnerManagedClientsRequest

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

Overview

Request message for FindSalesPartnerManagedClients RPC.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FindSalesPartnerManagedClientsRequest

Returns a new instance of FindSalesPartnerManagedClientsRequest.



219
220
221
# File 'lib/google/apis/marketingplatformadmin_v1alpha/classes.rb', line 219

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

Instance Attribute Details

#is_activeBoolean Also known as: is_active?

Optional. If set, only active and just ended clients will be returned. Corresponds to the JSON property isActive

Returns:

  • (Boolean)


216
217
218
# File 'lib/google/apis/marketingplatformadmin_v1alpha/classes.rb', line 216

def is_active
  @is_active
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



224
225
226
# File 'lib/google/apis/marketingplatformadmin_v1alpha/classes.rb', line 224

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