Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Difference ¶
Difference returns the elements in `a` that aren't in `b`.
func EnsureStringInSlice ¶
EnsureStringInSlice ensures the given string is contained in a slice
func EscapeSingleQuote ¶
EscapeSingleQuote replaces all occurrences of single quote, with 2 single quotes. For requests that use single quotes, if any parameter values also contain single quotes, those must be double escaped; otherwise, the request will fail due to invalid syntax. https://docs.microsoft.com/en-us/graph/query-parameters#escaping-single-quotes
func NullableString ¶
func NullableString(input string) *msgraph.StringNullWhenEmpty
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.