class Google::Apis::ApigeeV1::GoogleCloudApigeeV1CommonNameConfig

Attributes

match_wild_cards[RW]

Corresponds to the JSON property `matchWildCards` @return [Boolean]

match_wild_cards?[RW]

Corresponds to the JSON property `matchWildCards` @return [Boolean]

name[RW]

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

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apigee_v1/classes.rb, line 1451
def update!(**args)
  @match_wild_cards = args[:match_wild_cards] if args.key?(:match_wild_cards)
  @name = args[:name] if args.key?(:name)
end