class Google::Apis::DisplayvideoV3::OmidAssignedTargetingOptionDetails

targeting_type is ‘TARGETING_TYPE_OMID`.
populated in the details field of an AssignedTargetingOption when
Represents a targetable Open Measurement enabled inventory type. This will be

def initialize(**args)

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

def update!(**args)

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