class Google::Apis::DfareportingV2_3::DirectorySiteContactAssignment
Directory Site Contact Assignment
Attributes
contact_id[RW]
ID of this directory site contact. This is a read-only, auto-generated field. Corresponds to the JSON property `contactId` @return [String]
visibility[RW]
Visibility of this directory site contact assignment. When set to PUBLIC this contact assignment is visible to all account and agency users; when set to PRIVATE it is visible only to the site. Corresponds to the JSON property `visibility` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/dfareporting_v2_3/classes.rb, line 4580 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/dfareporting_v2_3/classes.rb, line 4585 def update!(**args) @contact_id = args[:contact_id] if args.key?(:contact_id) @visibility = args[:visibility] if args.key?(:visibility) end