You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**BATCH REQUESTS ONLY! Sets Content-ID header or references request in a Change Set. */
612
612
contentId?: string;
613
+
/**v.1.4.3 + Casts the AttributeMetadata to a specific type. (Used in requests to Attribute Metadata). */
614
+
metadataAttributeType?: string;
615
+
/**A String representing the name of a single - valued navigation property.Useful when needed to retrieve information about a related record in a single request. */
616
+
navigationProperty?: string;
617
+
/**v.1.4.3 + A String representing navigation property's Primary Key (GUID) or Alternate Key(s). (For example, to retrieve Attribute Metadata). */
/**Sets If-None-Match header value that enables to use conditional retrieval in applicable requests. */
622
628
ifnonematch?: string;
623
-
/**v.1.4.3 + Casts the AttributeMetadata to a specific type. (Used in requests to Attribute Metadata). */
624
-
metadataAttributeType?: string;
625
-
/**A String representing the name of a single - valued navigation property.Useful when needed to retrieve information about a related record in a single request. */
626
-
navigationProperty?: string;
627
-
/**v.1.4.3 + A String representing navigation property's Primary Key (GUID) or Alternate Key(s). (For example, to retrieve Attribute Metadata). */
/**BATCH REQUESTS ONLY! Sets Content-ID header or references request in a Change Set. */
516
516
contentId?: string;
517
+
/**v.1.4.3 + Casts the AttributeMetadata to a specific type. (Used in requests to Attribute Metadata). */
518
+
metadataAttributeType?: string;
519
+
/**A String representing the name of a single - valued navigation property.Useful when needed to retrieve information about a related record in a single request. */
520
+
navigationProperty?: string;
521
+
/**v.1.4.3 + A String representing navigation property's Primary Key (GUID) or Alternate Key(s). (For example, to retrieve Attribute Metadata). */
/**Sets If-None-Match header value that enables to use conditional retrieval in applicable requests. */
526
532
ifnonematch?: string;
527
-
/**v.1.4.3 + Casts the AttributeMetadata to a specific type. (Used in requests to Attribute Metadata). */
528
-
metadataAttributeType?: string;
529
-
/**A String representing the name of a single - valued navigation property.Useful when needed to retrieve information about a related record in a single request. */
530
-
navigationProperty?: string;
531
-
/**v.1.4.3 + A String representing navigation property's Primary Key (GUID) or Alternate Key(s). (For example, to retrieve Attribute Metadata). */
0 commit comments