Class DeliveryMedium
Inheritance
object
DeliveryMedium
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class DeliveryMedium : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MediumType
Describes the medium the cent was sent/received. For example, if I receive an SMS via GV, the medium_type will be GV.
Declaration
[JsonProperty("mediumType")]
public virtual string MediumType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SelfPhone
In the case of multiple GV/native numbers, this defines the exact number to send from. It is used to differentiate mediums that have the same type, but different addresses (e.g. two android phones).
Declaration
[JsonProperty("selfPhone")]
public virtual VoicePhoneNumber SelfPhone { get; set; }
Property Value
| Type | Description |
|---|---|
| VoicePhoneNumber |