# Packages

No description provided by the author

# Functions

DebugLogGraphObject is a helper function to serialize and debug log Microsoft Graph objects that implement serialization.Parsable.
SetBoolProperty sets the value of a bool property if the value is not null or unknown.
SetBytesProperty sets the value of a byte slice property if the value is not null or unknown.
SetEnumProperty parses an enum value and sets it if the value is not null or unknown.
SetInt32Property sets the value of an int32 property if the value is not null or unknown.
SetInt64Property sets the value of an int64 property if the value is not null or unknown.
SetISODurationProperty parses an ISO 8601 duration string and sets the value if valid.
SetStringList constructs and sets a slice of strings from a Terraform ListAttribute.
SetStringProperty sets the value of a string property if the value is not null or unknown.